home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / secretar.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  183b  |  12 lines

  1. on(release){
  2.    if(_level0.zapret == 0)
  3.    {
  4.       _level0.zapret = 1;
  5.       _level0.score += 50;
  6.       tellTarget("../")
  7.       {
  8.          gotoAndPlay(184);
  9.       }
  10.    }
  11. }
  12.